Skip to content

Commit

Permalink
rename build scripts to AngularSpa
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed May 23, 2021
1 parent 68dc5ff commit 0a073d9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
echo TESTS FAILED
exit 1
fi
working-directory: ./AngularSpaTemplate.Tests
working-directory: ./AngularSpa.Tests

6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
LETSENCRYPT_EMAIL: ${{ env.letsencrypt_email }}
with:
input: deploy/docker-compose-template.yml
output: deploy/AngularSpaTemplate-docker-compose.yml
output: deploy/AngularSpa-docker-compose.yml

- name: copy compose file via scp
uses: appleboy/[email protected]
Expand All @@ -58,7 +58,7 @@ jobs:
username: ${{ secrets.DEPLOY_USERNAME }}
port: ${{ secrets.DEPLOY_PORT }}
key: ${{ secrets.DEPLOY_KEY }}
source: "deploy/AngularSpaTemplate-docker-compose.yml"
source: "deploy/AngularSpa-docker-compose.yml"
target: "~/"

- name: Set the value
Expand All @@ -79,4 +79,4 @@ jobs:
envs: APPTOKEN,USERNAME
script: |
echo $APPTOKEN | docker login ghcr.io -u $USERNAME --password-stdin
docker-compose -f ~/deploy/AngularSpaTemplate-docker-compose.yml up -d
docker-compose -f ~/deploy/AngularSpa-docker-compose.yml up -d
2 changes: 1 addition & 1 deletion deploy/docker-compose-template.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: "3.9"
services:
AngularSpaTemplate:
AngularSpa:
image: ghcr.io/${IMAGE_REPO}:${RELEASE_VERSION}
restart: always
network_mode: bridge
Expand Down

0 comments on commit 0a073d9

Please sign in to comment.