mirror of
https://github.com/wekan/wekan.git
synced 2026-01-08 10:38:50 +01:00
test
This commit is contained in:
parent
bb7ebe7e61
commit
7204991d5e
2 changed files with 14 additions and 1 deletions
13
.github/workflows/e2e-testing.yml
vendored
13
.github/workflows/e2e-testing.yml
vendored
|
|
@ -34,6 +34,19 @@ jobs:
|
|||
# Save the tag for later steps
|
||||
echo "WEKAN_IMAGE_TAG=$TAG" >> $GITHUB_ENV
|
||||
|
||||
- name: Create .env file
|
||||
run: |
|
||||
echo "WEKAN_IMAGE=omriza5/wekan:${WEKAN_IMAGE_TAG}" >> .env
|
||||
|
||||
- name: Copy .env file to EC2
|
||||
uses: appleboy/scp-action@v0.1.7
|
||||
with:
|
||||
host: ${{ secrets.WEKAN_EC2_HOST_IP }}
|
||||
username: ubuntu
|
||||
key: ${{ secrets.EC2_SSH_KEY }}
|
||||
source: ".env"
|
||||
target: "/home/ubuntu/"
|
||||
|
||||
- name: Copy docker-compose file to EC2
|
||||
uses: appleboy/scp-action@v0.1.7
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue